home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 111 / PC Guia 111.iso / Software / Utils / Ntregopt 1.1f / ntregopt-setup.exe / {app} / README.TXT < prev   
Encoding:
Text File  |  2004-08-26  |  7.5 KB  |  245 lines

  1. NTREGOPT
  2. ========
  3.  
  4. Registry Optimization for Windows NT/2000/2003/XP
  5.  
  6. v1.1f, 08/26/2004, Freeware
  7. Written by Lars Hederer
  8. e-mail: lars.hederer@t-online.de
  9.  
  10. Look for the latest version here:
  11. http://home.t-online.de/home/lars.hederer/erunt
  12.  
  13. To find out what's new in this version, please see the "Version
  14. history" section later in this file.
  15.  
  16.  
  17.  
  18. Introduction
  19. ------------
  20.  
  21. Similar to Windows 9x/Me, the registry files in an NT-based system
  22. can become fragmented over time, occupying more space on your hard
  23. disk than necessary and decreasing overall performance. You should
  24. use the NTREGOPT utility regularly, but especially after installing
  25. or uninstalling a program, to minimize the size of the registry files
  26. and optimize registry access.
  27.  
  28. The program works by recreating each registry hive "from scratch",
  29. thus removing any slack space that may be left from previously
  30. modified or deleted keys.
  31.  
  32. Note that the program does NOT change the contents of the registry in
  33. any way, nor does it physically defrag the registry files on the drive
  34. (as the PageDefrag program from SysInternals does). The optimization
  35. done by NTREGOPT is simply compacting the registry hives to the
  36. minimum size possible.
  37.  
  38.  
  39.  
  40. Supported operating systems
  41. ---------------------------
  42.  
  43. - Windows NT 3.51
  44. - Windows NT 4.0
  45. - Windows 2000
  46. - Windows 2003
  47. - Windows XP
  48. - most likely, all future Windows versions based on the NT kernel
  49.  
  50.  
  51.  
  52. Installation
  53. ------------
  54.  
  55. Use the Setup program to install NTREGOPT on your computer.
  56.  
  57. Or, if you downloaded the zipped version: Unzip all files into a
  58. folder of your choice, and if you want, create a shortcut on your
  59. desktop to the NTREGOPT.EXE file.
  60.  
  61.  
  62.  
  63. Uninstallation
  64. --------------
  65.  
  66. Use "Add/Remove Programs" in Windows' control panel to remove NTREGOPT
  67. from your computer.
  68.  
  69. Or, if you downloaded the zipped version: Delete the NTREGOPT folder,
  70. delete the appropriate desktop icon.
  71.  
  72.  
  73.  
  74. Optimizing the registry with NTREGOPT
  75. -------------------------------------
  76.  
  77. Note: To ensure proper operation of NTREGOPT, you should be logged in
  78. as a system administrator.
  79.  
  80. To optimize your registry, simply run NTREGOPT, click "OK", and when
  81. the process is complete click "OK" to reboot the computer. You should
  82. do so immediately because any changes made to the registry after
  83. NTREGOPT has been run are lost after the reboot.
  84.  
  85. Note that depending on your system configuration the optimization
  86. process may take some time, and that the first bar is NOT a progress
  87. bar, just an indicator that the program is still running.
  88.  
  89.  
  90.  
  91. NTREGOPT command line switches
  92. ------------------------------
  93.  
  94. NTREGOPT supports command line switches with which you can perform a
  95. "silent" registry optimization, without user interaction.
  96. The syntax for the NTREGOPT command line is:
  97.  
  98. NTREGOPT silent [/noprogresswindow] [/reboot]
  99.  
  100. (Switches in brackets are optional.)
  101.  
  102. Description of the command line switches:
  103.  
  104. silent
  105.   Puts NTREGOPT into "silent" mode and enables the other switches.
  106.  
  107. /noprogresswindow
  108.   Hides the progress window during optimization.
  109.  
  110. /reboot
  111.   Automatically reboots the computer when optimization of the registry
  112.   is complete.
  113.  
  114.  
  115.  
  116. Known problems
  117. --------------
  118.  
  119. NTREGOPT sometimes fails with error 1450 when trying to save an
  120. optimized registry hive. I have not yet been able to reproduce this
  121. error, which means "Insufficient system resources exist to complete
  122. the requested service", on any PC, and reports from affected users
  123. indicate that it also pops up when trying to back up the critical hive
  124. using Microsoft's REGBACK program. This makes it unlikely that there
  125. is anything I can do on my (the programmer's) side. Some users
  126. reported however that they were able to work around the problem by
  127. running NTREGOPT in Windows' safe mode, and in one case uninstalling
  128. a Symantec software suite solved it permanently.
  129.  
  130. When the system is rebooted after an optimization with NTREGOPT,
  131. Windows Server 2003 will by default display the shutdown event tracker
  132. during logon asking why the system has been shut down unexpectedly.
  133. This is because the info that the shutdown was in fact an expected one
  134. is written to the "old" registry during shutdown of the system which
  135. is replaced by the optimized registry next time the system is booted,
  136. and therefore the shutdown info is discarded and shutdown event
  137. tracker thinks the system crashed. You may want to disable the tracker
  138. to avoid this message in the future (see the Windows help for
  139. information on how to do this).
  140.  
  141. If you experience any other problems, please email me at
  142. lars.hederer@t-online.de with a detailed description and I will see if
  143. I can help you.
  144.  
  145.  
  146.  
  147. Localization
  148. ------------
  149.  
  150. You can translate this program into your language by editing the
  151. NTREGOPT.LOC file.
  152.  
  153. Keep in mind that the file should be edited using a Windows based
  154. editor (Notepad), to ensure that any OEM characters are displayed
  155. correctly in the program.
  156.  
  157. If your language is not yet present on my homepage and you want your
  158. localization to be available to the general public, you are welcome to
  159. send your translated file to me. I will then make it available for
  160. download, with credits of course.
  161.  
  162. I have included a German language file. If you want to use the program
  163. in German, simply unzip LOC_GER.ZIP into your NTREGOPT folder.
  164.  
  165.  
  166.  
  167. Version history
  168. ---------------
  169.  
  170. v1.1f, 08/26/2004
  171. - Window position is now screen center instead of desktop center,
  172.   fixing display problem when using multiple monitors (thanks John :)
  173.  
  174. v1.1e, 07/31/2004
  175. - Optimization results: use thousand separator
  176.  
  177. v1.1d, 07/07/2004
  178. - Optimized error handling
  179.  
  180. v1.1c, 05/10/2004
  181. - Fixed problems with dynamic disks
  182. - Re-added support for Windows NT 3.51 (got lost with v1.1)
  183.  
  184. v1.1b, 04/23/2004
  185. - NTREGOPT is now compatible with Windows Server 2003 and Windows XP
  186.   Service Pack 2
  187. - Fixed a problem where the registry hives could not be optimized on
  188.   some systems
  189.  
  190. v1.1a, 10/03/2002
  191. - Fixed a problem where the registry hives could not be optimized on
  192.   some systems
  193.  
  194. v1.1, 09/25/2002
  195. - Added command line support
  196. - Show optimization results (initial and new registry size)
  197.  
  198. v1.0, 11/24/2001
  199. - Initial release
  200.  
  201.  
  202.  
  203. Disclaimer
  204. ----------
  205.  
  206. The NTREGOPT program is freeware. Please pass it to anyone who you
  207. think may find it useful.
  208.  
  209. I explicitly allow this program to be included in any file archive,
  210. CD-ROM or other media collection as long as all files remain
  211. unchanged. A quick note via e-mail where my program has been included
  212. is appreciated.
  213.  
  214.  
  215.  
  216. Donations
  217. ---------
  218.  
  219. Several people have expressed their wish to donate money for ERUNT and
  220. NTREGOPT. Though I chose to make my programs freeware so that no one
  221. is required to pay for using them, I understand and appreciate that
  222. users want to honor my work by making a donation.
  223.  
  224. For this reason I have signed up with PayPal, a service which allows
  225. you to easily send me any amount of money you like. So, if you find my
  226. programs helpful, and want to make a donation, simply visit my
  227. homepage and click on the "PayPal" button. Thanks in advance! Any
  228. donation is greatly appreciated.
  229.  
  230. If you live in Germany and want to make a donation, you may also
  231. transfer money directly to my bank account. Contact me for more
  232. information.
  233.  
  234.  
  235.  
  236. One final word
  237. --------------
  238.  
  239. Use this software at your own risk. I do not take responsibility for
  240. anything that might happen to you or the PC upon use of my program,
  241. including but not limited to: registry destruction, hard disk crash,
  242. heart attack...
  243.  
  244. Comments and suggestions via e-mail, however, are always welcome!
  245.